| GUI Help > Create > createFrame | ||||||||||||||
|
createFrame |
||||||||||||||
| int handle=createFrame(int x, int y, int width, int height, str caption, handle parent) | ||||||||||||||
|
Description: Creates a frame. Frames are similar to panels except that they have a thin border around them with a caption at the top. They are used to visually group gadgets on screen. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
Frames do not generate events as the user cannot interact with them. |
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |